Checkbox
The Checkbox component provides a simple control that lets users make a binary choice - checked or unchecked. It binds to a boolean field on your entity.
Properties
The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).
Display
Label Align string
Aligns the label text to the left or right of the checkbox.
Hidden boolean
A plain on/off checkbox with no JavaScript-expression mode, controlling whether the component is visible on the form.
Default Checked boolean
Whether the checkbox is checked by default when the form loads and no value has been saved yet.
Hide Label boolean
Hides the label text, showing only the checkbox itself.