# HG changeset patch # User John Rouillard # Date 1712518413 14400 # Node ID ee586ff074ed58b81e60af76445235fb969c0241 # Parent b080cdb8b19909930f738068151224d8f93bf787 doc: add documention for boolean field() arguments. diff -r b080cdb8b199 -r ee586ff074ed doc/reference.txt --- a/doc/reference.txt Sun Apr 07 15:27:18 2024 -0400 +++ b/doc/reference.txt Sun Apr 07 15:33:33 2024 -0400 @@ -3340,6 +3340,15 @@ Include the JavaScript-based popup calendar for date selection. Defaults to on. + y_label, n_label, u_label (Boolean properties only) + Set the labels for the true/false/undefined + states. If u_label is provided, it produces a + tri-state radio button selector. Otherwise, it + allows selection of true,yes/false,no only. + + labelfirst (Boolean properties only) + place the labels before the radiobuttons + rst only on String properties - render the value of the property as ReStructuredText (requires the :ref:`Docutils module to be installed separately`).