478
edits
| Line 378: | Line 378: | ||
==Switches== | ==Switches== | ||
| | ||
''' | '''Usage''' | ||
* Activate/Deactivate an item. It's also used to select an element within a list. | * Activate/Deactivate an item. It's also used to select an element within a list. | ||
| Line 390: | Line 390: | ||
Important: It's recommended to avoid the use of radio buttons and checkboxes in long lists and/or the same screen. In case you need to use a component to activate/deactivate a system setting or toggle a function state, you should use the On/Off toggle. Check boxes may be used to mark items as selected (like in edit mode) or next to an input area to remember a password. | Important: It's recommended to avoid the use of radio buttons and checkboxes in long lists and/or the same screen. In case you need to use a component to activate/deactivate a system setting or toggle a function state, you should use the On/Off toggle. Check boxes may be used to mark items as selected (like in edit mode) or next to an input area to remember a password. | ||
edits