Checkbox

Checkboxes for giving users the ability to choose zero, one or more items from a range of options.
Check out the forms info page in the sidebar for more info regarding FormControls.
Inputs
control : FormControl<boolean>
ariaLabel ?: string
color ?: CheckboxColor = CheckboxColor.SECONDARY
disabled ?: boolean = false
fontColor ?: FontColor = FontColor.INHERIT
forListItem ?: boolean = false
id ?: string
id for the checkbox element
label ?: string = ''
size ?: CheckboxSize = CheckboxSize.SMALL