GuidesFields
Boolean Field
Configuration and usage of the built-in boolean field.
When to use
Use the boolean field for true/false flags rendered as checkboxes or toggles.
Basic usage
const columns = [
{ id: 'active', header: 'Active', type: 'boolean' },
];Props / Types
Prop
Type