@getfly-ui/check-box
v0.0.8
Published
Check box for getfly UI
Maintainers
Readme
CheckBox component
How to use
import { Switch } from '@getfly-ui/check-box';OR
import { Switch } from 'getfly-ui';Props
CheckBox.Radio
| Prop | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| isActive | boolean or undefined | | |
| disabled | boolean or undefined | | |
| useMergeClass | string or undefined | | |
| icon | enum | | |
| iconSize | number or undefined | | |
| iconColorTheme | enum | | |
| iconColor | string or undefined | | |
| text | string or undefined | | |
| textPreset | enum | | |
| textColorTheme | enum | | |
| textColor | string or undefined | | |
| subTitle | string or undefined | | |
| subTitleColorTheme | enum | | |
| subTitleColor | string or undefined | | |
| subTitlePreset | enum | | |
| positionCheckBox | enum | | |
| checkBoxPreset | enum | | |
| checkBoxSize | number or undefined | | |
| colorTheme | enum | | |
| color | string or undefined | | |
| onSelect | ((event: MouseEvent<HTMLButtonElement, MouseEvent>) => void) or undefined | | |
| type | enum | | |
CheckBox.Square
| Prop | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| isActive | boolean or undefined | | |
| disabled | boolean or undefined | | |
| useMergeClass | string or undefined | | |
| icon | enum | | |
| iconSize | number or undefined | | |
| iconColorTheme | enum | | |
| iconColor | string or undefined | | |
| text | string or undefined | | |
| textPreset | enum | | |
| textColorTheme | enum | | |
| textColor | string or undefined | | |
| subTitle | string or undefined | | |
| subTitleColorTheme | enum | | |
| subTitleColor | string or undefined | | |
| subTitlePreset | enum | | |
| positionCheckBox | enum | | |
| checkBoxPreset | enum | | |
| checkBoxSize | number or undefined | | |
| colorTheme | enum | | |
| color | string or undefined | | |
| onSelect | ((event: MouseEvent<HTMLButtonElement, MouseEvent>) => void) or undefined | | |
