Checkbox
TheCheckbox component allows users to toggle a single option on or off.
Usage
Props
string
Text displayed next to the checkbox.
boolean
Checked state (controlled).
boolean
Initial checked state (uncontrolled).
string
Field name.
boolean
Whether checkbox is disabled.

