Usage
There is no native iOS checkbox, so stop trying to make one.
Role & states
A checkbox will be made from a modified toggle switch or a button
- If made from a button (most common)
- Its role will be button
- It will have only one declared state of selected; unselected will not be read on focus
- If made from a toggle switch
- Its role will be switch or switch button
- It will have two mutually exclusive states — checked/unchecked