Checkbox Field
Last updated
Last updated
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.
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.
Functionality • The Checkbox type will allow users to toggle between checked and unchecked states in the table view.
• For example, it can represent whether a user is active, a task is completed, or an item is featured.