Φ CheckboxCtrl
Last updated
Last updated
Primitive: A singular checkbox control with its possible styling, status (on/off) and states.
Parent: Checkbox (Form Component), Multiple others
Child: CheckboxShape
Status - The value given to the screen object, in this case a checkbox with possibilities of On, Off, Indeterminate.
Style - Supplied by the child level (Checkbox - Shape) this is the general appearance of the screen object. For now we have two styles, the normal appearance of the rounded corner checkbox which is the default, and a circular checkbox which is our customized appearance for a checkbox. Note: Additional appearance can be added to the Checkbox - Shape file to extend the styles at this level.
State - The different appearances of the screen object based on interaction and the status of the screen object. Possible states are Enabled, Disabled, Focus, Hover, Pressed.
Hitarea - It's important to understand that the tappable/clickable area of the screen object being displayed may be small in appearance than the actual area you can interact with. This hitarea will normally be based off of the parents container for this primitive.