Checkbox
indeterminateBoolean | undefined = false
variant"danger" | "success" | "warning"
The Checkbox component allows users to select multiple options from a set of choices. It consists of a small box that, when clicked, toggles between checked and unchecked states. Checkboxes are commonly used in forms and lists to enable users to make multiple selections efficiently.
indeterminateBoolean | undefined = false
variant"danger" | "success" | "warning"