Back to Slint

CheckState

ui-libraries/material/docs/src/content/collections/enums/CheckState.md

1.16.1278 B
Original Source
<!-- unchecked, partially_checked, checked, -->

CheckState

This enum is used to define the state of a checkbox.

  • unchecked: The checkbox is unchecked.
  • partially-checked: The checkbox is partially checked.
  • checked: The checkbox is checked.