@ivanvanderbyl/ember-material-components-checkbox

0.77.1-alpha.2 • Public • Published

@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

{{mdc-checkbox checked=checked disabled=disabled}}

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

{{#mdc-checkbox-with-label checked=checked disabled=disabled alignEnd=true}}
  This is a checkbox that contains a label. You can add HTML styling
  tags here to make a more complex label.
{{/mdc-checkbox-with-label}}

Attributes

  • checked - The checkbox is checked.
  • disabled - The checkbox is disabled.
  • alignEnd - Align the checkbox after the label.

Package Sidebar

Install

npm i @ivanvanderbyl/ember-material-components-checkbox

Weekly Downloads

1

Version

0.77.1-alpha.2

License

Apache-2.0

Unpacked Size

71.9 kB

Total Files

19

Last publish

Collaborators

  • ivanvanderbyl