Lines Matching refs:box

19 Creates a check box.
31 | options | [CheckboxOptions](#checkboxoptions)| No | Check box parameters.|
39 | name | string | No| Name of the check box.<br>**Widget capability**: This API can be used in A…
40 … | string | No| Group name of the check box (that is, the name of the check box group to which t…
41 …m component to indicate that the check box is selected. This custom component is center aligned wi…
51 Sets whether the check box is selected.
65 | value | boolean | Yes | Whether the check box is selected.<br>Default value: **false**|
71 Sets the color of the check box when it is selected.
83 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Color of the check box when it is se…
89 Sets the border color of the check box when it is not selected.
99 | value | [ResourceColor](ts-types.md#resourcecolor) | Yes | Border color of the check box when i…
105 Sets the mark style of the check box.
115 | value | [MarkStyle](ts-types.md#markstyle10)| Yes | Mark style of the check box. Since API vers…
121 Sets the shape of the check box.
133 | value | [CheckBoxShape](#checkboxshape11)| Yes | Shape of the check box.<br>Default value: **Ch…
149 …](#checkboxconfiguration12)| Yes | Content modifier to apply to the check box.<br>**modifier**: c…
159 Invoked when the selected state of the check box changes.
177 Represents the callback invoked when the selected state of the check box changes.
189 | value | boolean | Yes | Whether the check box is selected. The value **true** means that the ch…
212 | name | string | No| No|Name of the check box.|
213 | selected | boolean| No| No| Whether the check box is selected.<br>If the **select** attribute is …
214 | triggerChange |Callback\<boolean>| No| No|Changes the selected state of the check box.|
300box. This check box comes in the custom pentagon style. When selected, the check box shows a red t…
349 Checkbox({ name: 'Check box status', group: 'checkboxGroup' })
373 In this example, a **Text** component is used to indicate that the check box is selected.