[1.6.x] Fixed case in form widgets docs
Backport of 9494f29d
from master
This commit is contained in:
parent
20215f4cae
commit
ba40d6509a
|
@ -522,7 +522,7 @@ Selector and checkbox widgets
|
|||
|
||||
.. attribute:: CheckboxInput.check_test
|
||||
|
||||
A callable that takes the value of the CheckBoxInput and returns
|
||||
A callable that takes the value of the ``CheckboxInput`` and returns
|
||||
``True`` if the checkbox should be checked for that value.
|
||||
|
||||
.. versionchanged:: 1.5
|
||||
|
|
Loading…
Reference in New Issue