Checkbox
A control that allows the user to toggle between checked and not checked.
Last updated
A control that allows the user to toggle between checked and not checked.
Last updated
For setup look at installation.
Check out GitHub for examples.
Checkboxes toggle the state of an item on or off.
Using the checked
tag checkboxes can be initially toggled on.
Using the disabled
tag checkboxes can be disabled.
Using the both the checked
and disabled
tags. checkboxes can be both toggled on and disabled.