Checkbox / Radio
Basic elements
The basic checkboxes and radio are easy to use, to use them, you have to wrap them into a label with a
.form-check
class.
The user can click on the text to check the box, that make it easier to use.
Disabled
To disable an element, you have to add the .disabled
class on the label already containing the
form-check
class, and the disabled
attribute on the input
element.