A single checkbox.
<CheckboxControl
heading="User"
label="Is author"
help="Is the user a author or not?"
checked={ true }
/>
A single checkbox.
<CheckboxControl
heading="User"
label="Is author"
help="Is the user a author or not?"
checked={ true }
/>