Toying with Extreact and I have a checkbox on my page that I want to have control over it's checked state. For example I want to set the checked value inside my state and be able to check or uncheck that input without clicking on it as a user.
The problem is that CheckboxField
only has a checked
prop that refers to the initial state so it's pretty useless afterwards.