UNPKG

bootstrap-vue

Version:

BootstrapVue, with over 40 plugins and more than 75 custom components, provides one of the most comprehensive implementations of Bootstrap v4 components and grid system for Vue.js. With extensive and automated WAI-ARIA accessibility markup.

73 lines (72 loc) 2.02 kB
{ "name": "@bootstrap-vue/form-radio", "version": "1.0.0", "meta": { "title": "Form Radio", "description": "Cross browser consistent radio inputs and radio groups, using Bootstrap's custom radio input to replace the browser default radio input.", "components": [ { "component": "BFormRadioGroup", "aliases": [ "BRadioGroup" ], "slots": [ { "name": "first", "description": "Slot to place b-form-radio's so that they appear before radios generated from options prop" } ], "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." } ] } ] }, { "component": "BFormRadio", "aliases": [ "BRadio" ], "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." } ] } ] } ] } }