New Year sale. Skyrocket your business in 2025!
Extra 25% off for all sale items + Free CoreUI Icons PRO with every order!
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
On this page
Loading...
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `plaintext` | Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use alongside `readonly`. | `boolean` | _undefined_ |
| `sizing` | Size the label small or large. | `sm` \| `lg` |_undefined_|
| `type` | Specifies the html type of input element. | `InputType` except `checkbox` and `radio` |_text_|
| `valid` | Sets input validation state to valid. | `boolean` | _undefined_ |
---
### cLabel
_directive_
##### Inputs
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `cLabel` | For horizontal forms set labels to `col` and make them vertically centered with their associated form controls. | `col` | _undefined_ |
| `sizing` | Size the label small or large. | `sm` \| `lg` |_undefined_|