summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2016-07-21 17:16:22 -0700
committerTim Graham <timograham@gmail.com>2016-08-01 10:49:37 -0400
commit6a3f31fa33b84b8559642c310a3c0e48612db8d5 (patch)
tree21025184b8d924ebf0ed0c77da279362f4c37166 /docs/ref
parentddcf7dbae7f6e5fd3c3398aba13bf55b95c80a62 (diff)
[1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Backport of ac3aaaa740dcf9c6efd2f88ee9219c1924c7695e from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/forms/widgets.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt
index 071053307e..0bc23aab66 100644
--- a/docs/ref/forms/widgets.txt
+++ b/docs/ref/forms/widgets.txt
@@ -719,8 +719,10 @@ Selector and checkbox widgets
The outer ``<ul>`` container receives the ``id`` attribute of the widget,
if defined, or :attr:`BoundField.auto_id` otherwise.
-Like :class:`RadioSelect`, you can now loop over the individual checkboxes making
-up the lists. See the documentation of :class:`RadioSelect` for more details.
+Like :class:`RadioSelect`, you can loop over the individual checkboxes for the
+widget's choices. Unlike :class:`RadioSelect`, the checkboxes won't include the
+``required`` HTML attribute if the field is required because browser validation
+would require all checkboxes to be checked instead of at least one.
When looping over the checkboxes, the ``label`` and ``input`` tags include
``for`` and ``id`` attributes, respectively. Each checkbox has an