Styled checkbox component
import { Checkbox } from '@paljs/ui/Checkbox';
when you pass onChange props this will be un Controlled component just back value
onChange
You want to control Component just pass checked props and control with his value
checked