Usage
import { Checkbox } from '@loomhq/lens'
<Checkbox />
States
- Use
isCheckedto check the checkbox. - Use
isDisabledto disable the checkbox. - Use
isIndeterminatefor indeterminate checkbox.
With label
Forwarding refs
Use the ref prop to access the DOM node.
More about forwarding refs.
Props
name
type
default
isChecked
boolean
isIndeterminate
boolean
isDisabled
boolean
borderColor
string
onFocus
React.ReactEventHandler
onChange
React.ReactEventHandler
onBlur
React.ReactEventHandler