Usage
import { Checkbox } from '@loomhq/lens'<Checkbox />
States
- Use
isChecked
to check the checkbox. - Use
isDisabled
to disable the checkbox. - Use
isIndeterminate
for indeterminate checkbox.
With label
Props
prop
type
default
required
isChecked
bool
isIndeterminate
bool
isDisabled
bool
onFocus
func
onChange
func
onBlur
func