On this page
Loading...
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `inline` | Group checkboxes or radios on the same horizontal row. | `boolean` | _undefined_ |
| `sizing` | Size the label small or large. | `sm` \| `lg` |_undefined_|
| `switch` | Render a toggle switch on for checkbox. | `boolean` | _undefined_ |
---
### cFormCheckInput
_directive_
##### Inputs
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `indeterminate` | Set checkbox indeterminate state. | `boolean` | _undefined_ |
| `type` | Specifies the html type of input element. | `checkbox` \| `radio` |_checkbox_|
| `valid` | Set component validation state to valid. | `boolean` | _undefined_ |
---
### cFormCheckLabel
_directive_