The Checkbox component offers the option to choose between two states.
Properties
|
Type |
Name |
Description |
|---|---|---|
|
INPUT |
Editable |
Indicates whether the component is editable. |
|
BOOLEAN |
Visibility |
Indicates whether the component is visible. |
|
INPUT |
Class |
Specifies additional CSS classes of the components. |
|
INPUT |
Label |
Specifies the name of the component. |
|
INPUT |
CheckedValue |
Specifies the value of the component if the component has been activated. |
|
INPUT |
UnCheckedValue |
Specifies the value of the component if the component has been deactivated. |