A checkbox can be selected by the user to indicate a true or false state.
// 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.