-
Notifications
You must be signed in to change notification settings - Fork 3
CheckState
JaykeBird edited this page Feb 21, 2023
·
4 revisions
Back to home | Back to Reference | View raw text
Represents the current state of a CheckBox.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi
SolidShineUi.CheckState[[CheckState]]
end
Represents the current state of a CheckBox.
The CheckBox is unchecked. Nothing is displayed in the box.
The CheckBox is checked. A check mark is displayed in the box.
The CheckBox is indeterminate. A square is displayed in the box.
Generated with ModularDoc