We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1489d73 commit 97a5b24Copy full SHA for 97a5b24
1 file changed
demos/button/checkbox.html
@@ -37,7 +37,9 @@
37
38
<div class="demo-description">
39
40
-<p>TODO</p>
+<p>A checkbox is styled as toggle buttons with the button widget. The label element associated with the checkbox is used for the button text.</p>
41
+
42
+<p>This demo also demonstrates three checkboxes styled as a button set by calling <code>.buttonset()</code> on a common container.
43
44
</div><!-- End demo-description -->
45
0 commit comments