Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@vaadin/checked-state-mixin

vaadin217Apache-2.00.1.1TypeScript support: included

This package provides CheckedStateMixin that does the following:

readme

@vaadin/checked-state-mixin

This package provides CheckedStateMixin that does the following:

  1. Add checked property (boolean, false by default, reflects to attribute)

  2. Toggle aria-checked attribute when checked property changes

  3. Dispatch checked-changed event when checked value is changed