On this page
##### Inputs
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `disabled` | Toggle the `disabled` state for the input. | `boolean` | _false_ |
| `floatingLabel` | Floating label for the input. | `string` | _undefined_ |\
| `readOnly` | Toggle the `readonly` state for the input. | `boolean` | _false_ |
| `sizing` | Size of the input. | `lg \| sm` | _undefined_ |
| `showPassword` | Show password toggle. | `boolean` | _false_ |
| `valid` | Validation state of the input. | `boolean \| undefined` | _undefined_ |
| `ariaLabelToggler` | Aria label for the show password toggle. | `string` | _Toggle password visibility_ |