PrimeCheckboxProps
No documentation has been provided.
Properties
| Name | Type | Description |
|---|---|---|
| binary | boolean | undefined | Binary mode for boolean values. |
| falseValue | unknown | Value to use when unchecked. |
| hint | | Hint text displayed below the checkbox. |
| styleClass | string | undefined | CSS class to apply to the checkbox element. |
| trueValue | unknown | Value to use when checked. |