WARNING: Cushy is in early alpha. This guide doubly so.
Checkbox
The Checkbox
widget is a Button
that toggles a
CheckboxState
when clicked.
CheckboxState
contains three variants:
- Indeterminant: A horizontal line will be drawn in the box to show a state of neither checked or unchecked.
- Checked: A checkbark will be drawn in the box.
- Unchecked: No indicator will be drawn in the box.