class Select [source] Select widget: <select><option ...>...</select>
class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered
years An optional list/tuple of years to use in the “year” select box. The default is a list containing the current year and
months An optional dict of months to use in the “months” select box. The keys of the dict correspond
class Textarea [source] Text area: <textarea>...</textarea>
class NullBooleanSelect [source] Select widget with options ‘Unknown’, ‘Yes’ and ‘No’
class PasswordInput [source] Password input: <input type='password' ...>
format The format in which this field’s initial value will be displayed. If no format
class EmailInput [source] Text input: <input type="email" ...>
class NumberInput [source] Text input: <input type="number" ...>
Page 3 of 5