class CheckboxInput
[source]
Checkbox: <input type='checkbox' ...>
Takes one optional argument:
-
check_test
-
A callable that takes the value of the
CheckboxInput
and returnsTrue
if the checkbox should be checked for that value.
class CheckboxInput
[source]
Checkbox: <input type='checkbox' ...>
Takes one optional argument:
check_test
A callable that takes the value of the CheckboxInput
and returns True
if the checkbox should be checked for that value.
Please login to continue.