Checkbox

Checkbox selects one or more items or turns an option on and off.

check_circle_outline

Fully implemented in LOGEX Framework.

States

There are 3 states of the checkbox: unchecked – item is not selected, bulk – item is partly selected (for example, some but not all items on the lower level are selected), and checked – item is selected.

  1. Unchecked
  2. Bulk
  3. Checked

Behaviour

Checkbox can be used to turn an option on and off (for example on settings pages).

Parent/child relation

  • Checking the parent checkbox checks all children.
  • Unchecking the parent checkbox unchecks all children.
  • If some of the children are checked, the parent checkbox is in the bulk state.
  • Clicking on the bulk checkbox results in an unchecked state (thus unchecking all child checkboxes).

Something missing? Contact one of the designers.