Controls
PUBLISHED
You can use a variety of UI controls in your application:
Button: Executes a specific function.
![Button](/sites/default/files/users/user-1945/uicomponent_control_2.png)
On/off button: Enables or disables a function.
![On/Off button](/sites/default/files/users/user-1945/uicomponent_control_3.png)
Check box: Selects multiple items.
![Check box](/sites/default/files/users/user-1945/uicomponent_control_4.png)
Radio button: Selects a single item.
![Radio button](/sites/default/files/users/user-1945/uicomponent_control_5.png)
Keep the following guidelines in mind when designing application controls:
- Use buttons in the header, footer, body, pop-ups, and lists.
- Reserve check boxes, radio buttons, and on/off buttons for the application body or a pop-up. Never use these types of controls in the header or footer.
Category:
UX Guide