Radio item
Example
bxml
Code
Props
| Name | Type | Description | Default |
|---|---|---|---|
checked | boolean | When the radio is selected, the change event of the radio-group will carry the value of the radio. | false |
value | string | Currently selected or not. | |
disabled | boolean | Disabled or not. | false |
color | string | The color of the radio, just like css color. | \var(--bnui-primay)`` |
Events
| Name | Description |
|---|---|
bindtap | |
bindtapcapture | Â |
Was this page helpful?
Last modified on