﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17114	Passing a value of int(1) to CheckBox.render doesn't include the value	george@…	Aymeric Augustin	"Specifically the check here: https://github.com/django/django/blob/438c41b4faf99435ca28eaa0ccac3ff40a79600c/django/forms/widgets.py#L481

It's the True part of the list that causes the issue so the equivalent `if 1 in not (True,): print 'error'` will yield the same result. The effect of this is no `value=""1""` if you pass that into the CheckBox.render() method."	Bug	closed	Forms	dev	Normal	fixed	CheckboxInput		Accepted	1	0	0	1	0	0
