Check box control in cards

A checkbox that lets users choose between two options by selecting or clearing.

Properties

Label – Label for this input.

Title – Title for the toggle.

Wrap – If true, allow text to wrap. Otherwise, text is clipped.

Default value – The initial selected value. If you want the toggle to be initially on, set this to the value of valueOn's value.

Initially visible – If false, this item will be removed from the visual tree.

Spacing – Controls the amount of spacing between this control and the preceding control.

Divider – When true, draw a separating line at the top of the control.

Height – Specifies the height of the control.

Error message – Error message to display when entered input is invalid.

Required Field – Whether or not this input is required.

Repeat for every – The source of data that is used to show multiple instances of this control. Learn how to use repeat for every.

Show when – Conditional layout expression.