Skip to content

Latest commit

 

History

History

uui-checkbox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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>