Checkboxes & Radios

Checkboxes are used to select multiple options from a list of options
Radio buttons are used to select one option from a group of options.
Checkboxes are used to select multiple options from a list of options
Radio buttons are used to select one option from a group of options.
One Response
Based on discussions on 11/14/18, we decided to enlarge checkboxes and radio buttons so that they are easier to click. Bootstrap 4’s default is 1rem, which for Fluid means 14px. 13px worked better with the way Bootstrap displays the checked state of these controls and also happened to look a little nicer next to 14px text, so I went with that.