Checkbox

amx:selectBooleanCheckbox

The Checkbox component supports 'checking' or 'un-checking' a box or container. It can be used in Settings or Properties pages on a form. This component has the following elements:

Appearance

Appearance characteristics for this component.

Behavior

Common behaviors for this component.

Usage

Usage guidelines for this component.

Sample

AMX sample code for this component.

<amx:selectBooleanCheckbox label="Enabled" id="sbc1"/>
<amx:selectBooleanCheckbox label="Disabled" id="sbc2" disabled="true"/>
<amx:selectBooleanCheckbox label="Read-Only" id="sbc3" readOnly="true"/>

Related

Fig 1. iOS Checkbox

 

Fig 2. Android Checkbox