A checkbox can be selected by the user to indicate a true or false state.
Create a new checkbox.
Additional features available for checkbox styling.
Get checkmark texture used by this checkbox.
If true, the box is checked.
Toggle the checkbox.
Size of the checkbox.
// Checkbox creates a toggleable button auto myCheckbox = checkbox(); assert(!myCheckbox.isChecked);
See Implementation
A checkbox can be selected by the user to indicate a true or false state.