- Home - Components - Checkbox # Checkbox A control that allows the user to toggle between checked and not checked. ## Props Prop Type Default Description checkall boolean false Renders a square fill style for "select all" semantics ...Radix props ComponentProps - All Radix checkbox props ## Types ``` interface CheckboxProps extends ComponentProps { checkall?: boolean; className?: string; } ``` ## Usage ```
``` ### Examples ``` ```