Checkbox

An uxiverse.com type

Checkboxes are UI elements to select one or more values from several options. They are typically displayed as a small box in which a check mark is placed if it 'isChecked'. If the checkbox is part of a group, clicking it will change the selectedSet. Checkboxes are independent, contrary to Radiobuttons

PropertyExpected TypeDescription
selectedSethttps://schema.org/NumberA set to express that there are multiple selected items
unselectedSethttps://schema.org/NumberA set to express that some items are not selected
ariaLabelhttps://schema.org/TextAn ARIA label is an accessibility feature that helps visually impaired users understand and use a UI control. Blind users use screen readers to navigate User Interfaces, so concise, readable text helps users navigate the application.
backgroundUIElementContent of the background of the element
boldhttps://schema.org/TextBold text is used to add significance to a text element
colorThe color used to express a meaningful relation in the content
fonthttps://schema.org/TextThe font used to express a meaningful relation in the content
highlightUIElementA form of highlighting an element in relation to others
importanceIssueSeverityTypeImportance is a property on an UI Element to order elements toward the user. The order expresses a fixed significance over other elements. When issues happen in the application, Error notifications should get highest importance, followed by Warnings, and Alerts.
inputRangeThe input range defines the type(s) of data which a uxi:UIElement can consume. This can be used to choose UIElements automatically. E.g. in the case of a date picker this could be https://schema.org/Date or https://schema.org/DateTime. For the (sub-)uxi:UIElement for selecting a year inside that date picker, a uxi:UIPropertyValueSpecification could be used to narrow down the selection. Also useful for converting, sending or receiving data.
Types with close relationship to "Checkbox":