APIForm controls APICheckbox APICheckbox PropertiesvalueOn this pagechecked Description Optional. Defines whether a checkbox is checked Usage value?: boolean; Parameters true - a checkbox is checked false - (default) a checkbox is not checked Example <Checkbox value={true} /> Related article: Setting the checked state Related sample: Checkbox