jiro-ui
Version:
A Mithril.js UI library based from construct-ui
15 lines (11 loc) • 433 B
Markdown
# Checkbox
A checkbox is a form control that is either in a checked, unchecked or indeterminate state.
## Controlled checkbox
A "controlled" checkbox can only be toggled through external state.
## Indeterminate state
A checkbox can be in a "partially checked" or indeterminate state.
## Checkbox Attrs