You can customize radio buttons by combining different colors and sizes. See the basic example bellow:
input[type=checkbox]
to create your radio button component.The radio button styles follow the contextual bootstrap colors.
Add .radio-sm
for smaller radio buttons or .radio-lg
for larger.
When adding the disabled boolean attribute to the input element, the appearance changes to reflect this state.