Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 731 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 731 Bytes

uui-checkbox

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-checkbox

Import the registration of <uui-checkbox> via:

import '@umbraco-ui/uui-checkbox';

When looking to leverage the UUICheckboxElement base class as a type and/or for extension purposes, do so via:

import { UUICheckboxElement } from '@umbraco-ui/uui-checkbox';

Usage

<uui-checkbox label="Checkbox" value="bike"></uui-checkbox>