Checkbox
An input that switches between a checked and unchecked state.
Importing
1
import { Checkbox } from '@infinityfx/fluid';Usage
API reference
Checkbox Props
size?
'xsm' | 'sml' | 'med' | 'lrg'
'med'
color?
string
Custom accent color for the checkbox when checked.
error?
any
Marks the checkbox as invalid when truthy.
intermediate?
boolean
Displays an intermediate (indeterminate) state instead of the checked state.
disabled?
boolean
false