circle-checkToggle Field

Checkbox

Checkbox
  1. Label Field • The first input field allows you to specify the Label of the column. • Enter a meaningful name, such as “Is Active” or “Approved”, to indicate the purpose of this column. This label will appear as the header for the column in the table view.

  2. Type Field • The second dropdown menu is used to select the Type of data for the column. • Choose Checkbox to create a column that stores boolean values (true/false). This type is ideal for fields like toggles, flags, or any binary indicators.

  3. Format Field • The third dropdown menu specifies the Format for the selected Boolean data type. • Choose Checkbox here, which configures the field as an interactive checkbox that users can toggle on or off. • This format is ideal for yes/no options, task completion status, activation settings, or selecting multiple records.


Switch

Switch
  1. Label Field • The first input field allows you to specify the Label of the column. • Enter a meaningful name, such as “Is Enabled” or “Status”, to indicate the purpose of this column. This label will appear as the header for the column in the table view.

  2. Type Field • The second dropdown menu is used to select the Type of data for the column. • Choose Switch to create a column that stores boolean values (true/false), similar to a checkbox, but with a toggle switch representation.

  3. Format Field • The third dropdown menu specifies the Format for the selected Boolean data type. • Choose Switch here, which configures the field as a toggle switch that users can turn on or off. • This format is ideal for settings, activation/deactivation controls, visibility options, or enabling/disabling features.

Last updated