widgets An iterable containing the widgets needed. And one required method:
check_test A callable that takes the value of the CheckboxInput and returns True if the checkbox should
class ImageField(**kwargs) [source] Default widget:
class EmailField(**kwargs) [source] Default widget:
max_value
Field.help_text The help_text argument lets you specify descriptive text for this Field. If you provide
Form.order_fields(field_order) New in Django 1.9. You
class IntegerField(**kwargs) [source] Default widget:
class TypedMultipleChoiceField(**kwargs) [source] Just like a MultipleChoiceField
BoundField.html_name The name that will be used in the widget’s HTML name attribute. It takes the form prefix
Page 5 of 18