widgets An iterable containing the widgets needed. And one required method:
class MultipleHiddenInput [source] Multiple <input type='hidden' ...>
class FileInput [source] File upload input: <input type='file' ...>
class MultiWidget(widgets, attrs=None) [source] A widget that is composed of multiple widgets
value_omitted_from_data(data, files, name) [source] New
check_test A callable that takes the value of the CheckboxInput and returns True if the checkbox should
class TimeInput [source] Time input as a simple text box: <input type='text' ..
class CheckboxInput [source] Checkbox: <input type='checkbox' ...>
date_format Similar to DateInput.format
class RadioSelect [source] Similar to Select, but rendered as a list of radio
Page 2 of 5