Lines Matching refs:selected
42 …the radio button belongs. Only one radio button in a given group can be selected at a time.<br>**W…
44 …ombuilder8) | No| Custom component to indicate that the radio button is selected. This custom comp…
68 Sets whether the radio button is selected.
82 | value | boolean | Yes | Whether the radio button is selected.<br>Default value: **false**|
88 Sets the style of the radio button in selected or deselected state.
100 | value | [RadioStyle](#radiostyle10) | No | Style of the radio button in selected or deselected …
126 Triggered when the selected state of the radio button changes.
138 …radio button changes from unselected to selected, and **false** means that the radio button change…
148 …resourcecolor) | No | Color of the background when the radio button is selected.<br>Default value…
150 …#resourcecolor) | No | Color of the indicator when the radio button is selected. Since API versio…
163 | checked | boolean| No| No| Whether the radio button is selected.<br>Default value: **false**|
164 | triggerChange |Callback\<boolean>|No|No|Changes the selected state of the radio button.|
169 This example shows how to set the color of the background when the radio button is selected.
271 This example shows how to set the style of the radio button in selected or deselected state.