ember-cli addon for @material/checkbox
.
ember install ember-cli-mdc-checkbox
This package contains the following top-level components.
A standalone checkbox input element that does not contain a label.
-
checked
- The checkbox is checked. -
disabled
- The checkbox is disabled.
Use the <MdcFormField>
component when you want to add a label to the checkbox
component. You can use the @label
attribute, or the <:label>
named template.
We recommend you use
@label
for simple labels, and<:label>
for complex labels.