@ivanvanderbyl/ember-material-components-checkbox
ember-cli addon for @material/checkbox
.
Installation
ember install @ivanvanderbyl/ember-material-components-checkbox
Components
This package contains the following top-level components.
mdc-checkbox
Description
A standalone checkbox input element that does not contain a label.
Usage
Attributes
-
checked
- The checkbox is checked. -
disabled
- The checkbox is disabled.
mdc-checkbox-with-label
Description
A checkbox input element that contains a label.
Usage
Attributes
-
checked
- The checkbox is checked. -
disabled
- The checkbox is disabled. -
alignEnd
- Align the checkbox after the label.