Checkbox Group
Coordinates a set of checkboxes as one shared selected-values group.
Basic
Show codeHide code
Select all
Give the group an allValues list and mark one row parent. The parent derives its state from the rows — checked when all are on, indeterminate when only some are — and toggling it selects or clears every row at once.
Show codeHide code
Nested
Each category is its own CheckboxGroup whose allValues are exactly that category’s children, so its parent rolls up only its own rows and never the sibling category.
Show codeHide code
Density
density controls the spacing between rows: comfortable (default) or compact.
Show codeHide code
Installation
import { Checkbox } from "@makeplane/propel/components/checkbox";
import { CheckboxGroup } from "@makeplane/propel/components/checkbox-group";