23.0.0 • Published 2 years ago

@logo-elements/checkbox v23.0.0

Weekly downloads
-
License
See license in LI...
Repository
-
Last release
2 years ago

@logo-elements/checkbox

A form element that representing a binary choice.

npm version

<logo-elements-checkbox label="Checked" checked></logo-elements-checkbox>
<logo-elements-checkbox label="Unchecked"></logo-elements-checkbox>
<logo-elements-checkbox label="Indeterminate" indeterminate></logo-elements-checkbox>

Installation

Install the component:

npm i @logo-elements/checkbox

Once installed, import the component in your application:

import '@logo-elements/checkbox';

For more detailed information, please visit:

Logo Elements Documentation ↗