Skip to content

Checkbox: Reference

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

Next generation client side framework for data-driven web sites and apps. App Connect is the next generation client side framework and base ground for a handful of additional components, which allow you build dynamic web sites and apps, the most modern way possible. It comes with phenomenal rendering speed of dynamic data and you have visual and direct access to custom components, dynamic attributes and events and smart data form inputs.

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
Required in common setups.
Attribute: id
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
Required in common setups.
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
Supports dynamic option sources.

Actions

Set Value

Set Value of the input

Configuration group Controls
Set Value PropertiesValue

Disable

Disable of the input

Configuration group Controls
Disable PropertiesValue

Validate

Validate the input

Focus

Focus the input

Select

Select the checkbox

Configuration group Controls
Select PropertiesCheck

Dynamic Attributes

Value

Attribute property Type Details
ValuetextChoose dynamic data binding.

Disabled

Marks the item as disabled.

Attribute property Type Details
ValuetextChoose dynamic data binding.

Read Only

Attribute property Type Details
ValuetextChoose dynamic data binding.

Required

Attribute property Type Details
ValuetextChoose dynamic data binding.

Dynamic Events

Before Change

Event option Type Details
ActiontextChoose the action to execute.

Value Changed

Event option Type Details
ActiontextChoose the action to execute.

Checked

Event option Type Details
ActiontextChoose the action to execute.

Unchecked

Event option Type Details
ActiontextChoose the action to execute.

Value Updated

Event option Type Details
ActiontextChoose the action to execute.