Radio button
You can customize radio buttons by combining different colors. See the basic example bellow:
You also can use
input[type=checkbox]
to create radio button components.Colors
The radio button styles follow the contextual bootstrap colors.
Disabled state
When adding the disabled boolean attribute to the input element, the appearance changes to reflect this state.