{
  "name": "@bootstrap-vue/form-radio",
  "version": "1.0.0",
  "meta": {
    "title": "Form Radio",
    "description": "Cross browser consistent radio inputs and ragio 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."
              }
            ]
          }
        ]
      }
    ]
  }
}
