bootstrap-vue
Version:
BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.
34 lines (33 loc) • 970 B
JSON
{
"name": "@bootstrap-vue/form-radio",
"version": "1.0.0",
"meta": {
"title": "Form Radio",
"component": "bFormRadioGroup",
"components": [
"bFormRadio"
],
"events": [
{
"event": "input",
"description": "Emitted when the selected value is changed",
"args": [
{
"arg": "checked",
"description": "current selected Value of radio group."
}
]
},
{
"event": "change",
"description": "Emitted when selected value is changed due to user interaction",
"args": [
{
"arg": "checked",
"description": "current selected Value of radio group."
}
]
}
]
}
}