class CheckboxSelectMultiple [source] Similar to SelectMultiple, but rendered
months An optional dict of months to use in the “months” select box. The keys of the dict correspond
class NullBooleanSelect [source] Select widget with options ‘Unknown’, ‘Yes’ and ‘No’
years An optional list/tuple of years to use in the “year” select box. The default is a list containing the current year and
class Textarea [source] Text area: <textarea>...</textarea>
class PasswordInput [source] Password input: <input type='password' ...>
class Select [source] Select widget: <select><option ...>...</select>
class DateTimeInput [source] Date/time input as a simple text box: <input type='text'
class DateInput [source] Date input as a simple text box: <input type='text' ..
choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override
Page 3 of 5