Checkbox & Radio Default input elements for forms

Checkbox inputs

Add .custom-controland .custom-checkboxwrapper to your inputand labelto create a custom checkbox component. You can add .custom-checkbox-circleto change it to a circular checkbox
Block alignment
Inline alignment

Radio inputs

Add .custom-controland .custom-radiowrapper to your inputand labelto create a custom radio component. You can add .custom-radio-roundedto change it to a rounded radio
Block alignment
Inline alignment

Switch radio and checkbox

A switch has the markup of a custom checkbox but uses the .custom-switchclass to render a toggle switch. Switches also support the disabledattribute
Switch checkbox
Switch Radio