Checkmark button custom element
npm install te-checkmark> Checkmark button custom element

A checkbox alternative with no value, but caption and simple design.
``sh`
npm i -S te-checkmark
`html`
| Property | Type | Description |
|---|---|---|
| checked | boolean | An indicator if the option button is checked. |
| Var | Description
|---|---|
| --te-checkmark-padding | The padding arround the checkmark (and the optional caption). |
| --te-checkmark-checked-color | The :checked` state color for font and border. |
GPL-2.0 © Willi Eßer