How to Use Checkbox
Setting an Initial Value
You can set an initial value by entering a Boolean in [Default value].
Additionally, you can dynamically set the [Default value] by referencing a value that contains true
or false
, such as {{ table1.selectedRow.data.is_admin }}
.