MOLECULES

Checkboxes

Checkboxes

unrefactored
This component is only documented here but is not in a state to be used. Please feel free to refactor it first and document refactored version here before using it.

Fluid:

Responsive:

Description:

  • ● Select options from a list.
  • ● Number of options selected can be anything from all to nothing.
  • ● Checkboxes are independent from each other.

Usage

  • ● Used when a user can choose any number of options from the list.
  • ● Used to show the user all available options at one glance.

Guidelines

  • ● Labels for checkboxes should be clearly meaningful.
  • ● Labels have to describe the exact action that will happen if checkbox is selected.
  • ● Labels are displayed on the right side next to the checkbox.
  • ● Checkboxes can be activated by clicking on the label or the box.