Checkbox (for synced table)

Checkbox field is to collect the data where should include 2 unique value such as YES/NO or TRUE/FALSE.

The Checkbox field type is used to capture binary (yes/no, true/false) input from users.

It's a simple and effective way to collect choices or confirm decisions, such as agreeing to terms or selecting an option. This field type can be customized to suit different interface styles.

Input method: Checkbox

Style

Define how the Checkbox field is presented visually, offering different interaction modes for the user. The available styles are:

  • Button: provides two separate buttons labeled "Yes" and "No." Users can select one of the buttons to indicate their choice, providing a clear and direct way to capture binary input.

  • Switch: Displays toggle switch, which users can slide to either an "on" (Yes) or "off" (No) position. The switch style is often used to represent settings or options that can be enabled or disabled with a simple interaction.

Last updated