Buttons

Buttons indicates that an action will be performed when they are pushed. They consist of a container and are often labeled with a text, an...

Checkbox

Checkboxes present a number of choices to the user, who can choose one or more options. They should be presented in a vertical list for...

Combobox

Allows the user to either make a choice to select from a predefined list, or enter their own text. A hybrid between a textfield and...

Dropdown list

Allow users to select one item from a predefined list. The list is expanded when the user clicks on them, essentially making it a compacted...

Ghost button

Ghost buttons are buttons which are made to meld into the background. They consist of a border and a text, but the button does not...

Listbox

Allows the user to choose one or more options, which makes it the dropdown list equivalent of checkboxes. The user should be able to start...

Radio buttons

Radio buttons present a number of choices to the user, who can choose one of the options. They should be presented in a vertical list...

Slice fields

Slice fields are a field divided up into several sections. Commonly the pointer is auto-advanced to the next field when the first is filled in,...

Switches

Switches, also called Toggles, presents options to the user. These are commonly an on and an off option. Use when the change carries through immediately, like...

Text field

Text fields allow users to enter text. The types of text might be free or predefined to a certain format. The number of digits might...

Track bar

The slider, or the track bar, allows the user to change or set a value. This is commonly used for changing something in an interface, such...

Toggles

Toggles, also called switches, presents options to the user. These are commonly an on and an off option. Use when the change carries through immediately,...