Components
Checkbox

Checkbox

A checkbox that can be one of three states (enabled, disabled and nil).

Properties

NameTypeDescription
EnabledFusion.UsedAs<boolean?>?The state of the checkbox.

Example

Scope:Checkbox {
  Enabled = true
}