WidgetsForm controls APICheckbox APICheckbox PropertiescheckedOn this pagecheckedDescriptiondefines whether a checkbox is checkedTypebooleanDefault valuefalseExample<Checkbox checked={true}/> <!-- equals to <Checkbox checked/> -->Related article: Setting the checked stateRelated sample: Checkbox