Home | History | Annotate | Download | only in paste

Lines Matching refs:checkbox

1249 class Checkbox(Field):
1252 Field representing ``<input type="checkbox">``
1256 super(Checkbox, self).__init__(*args, **attrs)
1273 Field.classes['checkbox'] = Checkbox