Skip to content

CheckState

JaykeBird edited this page Feb 21, 2023 · 4 revisions

Back to home | Back to Reference | View raw text

CheckState enum

Description

Represents the current state of a CheckBox.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi
  SolidShineUi.CheckState[[CheckState]]
  end
Loading

Details

Summary

Represents the current state of a CheckBox.

Fields

Unchecked

Summary

The CheckBox is unchecked. Nothing is displayed in the box.

Checked

Summary

The CheckBox is checked. A check mark is displayed in the box.

Indeterminate

Summary

The CheckBox is indeterminate. A square is displayed in the box.

Generated with ModularDoc

Clone this wiki locally