Checkboxes are for selecting one or several options in a list, while radios are for selecting one option from many.
Disabled checkboxs and radios are supported, but to provide a \"not-allowed\" cursor on hover of the
parent <label>, you'll need to add the .disabled class to the parent
.radio, .radio-inline, .checkboxs, or .checkboxs-inline.