group | title |
---|---|
ui-components-guide |
Radioset component |
The Radioset component is a shortcut for [Checkboxset]({{ page.baseurl }}/ui_comp_guide/components/ui-checkboxset.html), with the input type set to the radio button.
Option | Description | Type | Default |
---|---|---|---|
component |
The path to the component’s .js file in terms of RequireJS. |
String | Magento_Ui/js/form/element/checkbox-set |
multiple |
Set the input type in the UI: true for checkbox, false for radio button. | Boolean | false |
options |
The array of the options to be displayed in the list for selection. | Array | [] |
template |
The path to the component’s .html template. |
String | ui/form/element/checkbox-set |