Checkbox
Installation
import {Checkbox} from 'uxp/components';Examples
<Checkbox
checked={checked}
onChange={(isChecked) => setChecked(isChecked)}
label='Are you sure'
/><Checkbox
checked={checked}
onChange={(isChecked) => setChecked(isChecked)}
label='Are you sure'
type="switch-box"
/>Properties
Name
Type
Description
onChange
type
checked
type
label
type
isValid
type
inputAttr
type
type
type
className
type
Last updated