Skip to content

Checkbox Input Reference

Reference for Checkbox Input Reference in Web Framework References. Key properties: ID, Class, Name, Static Value.

Bootstrap 5 component. Add the component and configure its properties in the Inspector.

Inspector Property Groups

Checkbox Properties

Property Type Details
IDtextOptional unique identifier for this element.
Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction
Attribute: id
ClasstextAdds raw class names to the element.
Adds text directly to the class attribute. Use this for custom utility classes or project-specific overrides. Separate multiple classes with spaces. Bootstrap docs: Utilities API
Attribute: class
NametextCheckbox name attribute.
Sets the checkbox name . This name is used as the submitted field key for classic form submissions and many handlers. Bootstrap docs: Checks & radios
Attribute: name
Static ValuetextCheckbox submit value.
Sets the value submitted when the checkbox is checked. For boolean logic in App Connect, you often bind to checked state rather than a raw submit value. Bootstrap docs: Checks & radios
Attribute: value
DisabledbooleanDisables the checkbox.
Disables the checkbox input. Disabled checkboxes cannot be toggled. Bootstrap docs: Disabled
Attribute: disabled
Read OnlybooleanRead-only checkbox (UI only).
Makes the checkbox effectively read-only in the UI. Note: HTML doesn't support true readonly on checkboxes; use App Connect logic to prevent changes if needed. Bootstrap docs: Checks & radios
Attribute: readonly

Spacing

Property Type Details
Margin<br>&<br>Paddingspacing 
X GutterrangeHorizontal gutter size.
Sets the horizontal gutter (spacing between columns). Uses gx-* utilities to control the horizontal gutter size. Bootstrap docs: Gutters
Y GutterrangeVertical gutter size.
Sets the vertical gutter (spacing between rows). Uses gy-* utilities to control the vertical gutter size. Bootstrap docs: Gutters

Display

Property Type Details
Hide onbutton_groupOptions: xs, sm, md, lg, xl, xxl
Printbutton_group 
Visually Hiddenboolean 
Focusableboolean