@@ -1040,24 +1040,25 @@ that the widget is registered with.
10401040
10411041### RadioButtonsModel (@jupyter-widgets/controls , 2.0.0); RadioButtonsView (@jupyter-widgets/controls , 2.0.0)
10421042
1043- | Attribute | Type | Default | Help |
1044- | ------------------------ | ------------------------------------ | ----------------------------- | ----------------------------------------- |
1045- | ` _dom_classes ` | array of string | ` [] ` | CSS classes applied to widget DOM element |
1046- | ` _model_module ` | string | ` '@jupyter-widgets/controls' ` |
1047- | ` _model_module_version ` | string | ` '2.0.0' ` |
1048- | ` _model_name ` | string | ` 'RadioButtonsModel' ` |
1049- | ` _options_labels ` | array of string | ` [] ` | The labels for the options. |
1050- | ` _view_module ` | string | ` '@jupyter-widgets/controls' ` |
1051- | ` _view_module_version ` | string | ` '2.0.0' ` |
1052- | ` _view_name ` | string | ` 'RadioButtonsView' ` |
1053- | ` description ` | string | ` '' ` | Description of the control. |
1054- | ` description_allow_html ` | boolean | ` false ` | Accept HTML in the description. |
1055- | ` disabled ` | boolean | ` false ` | Enable or disable user changes |
1056- | ` index ` | ` null ` or number (integer) | ` null ` | Selected index |
1057- | ` layout ` | reference to Layout widget | reference to new instance |
1058- | ` style ` | reference to DescriptionStyle widget | reference to new instance | Styling customizations |
1059- | ` tabbable ` | ` null ` or boolean | ` null ` | Is widget tabbable? |
1060- | ` tooltip ` | ` null ` or string | ` null ` | A tooltip caption. |
1043+ | Attribute | Type | Default | Help |
1044+ | ------------------------ | -------------------------------------------- | ----------------------------- | ----------------------------------------- |
1045+ | ` _dom_classes ` | array of string | ` [] ` | CSS classes applied to widget DOM element |
1046+ | ` _model_module ` | string | ` '@jupyter-widgets/controls' ` |
1047+ | ` _model_module_version ` | string | ` '2.0.0' ` |
1048+ | ` _model_name ` | string | ` 'RadioButtonsModel' ` |
1049+ | ` _options_labels ` | array of string | ` [] ` | The labels for the options. |
1050+ | ` _view_module ` | string | ` '@jupyter-widgets/controls' ` |
1051+ | ` _view_module_version ` | string | ` '2.0.0' ` |
1052+ | ` _view_name ` | string | ` 'RadioButtonsView' ` |
1053+ | ` description ` | string | ` '' ` | Description of the control. |
1054+ | ` description_allow_html ` | boolean | ` false ` | Accept HTML in the description. |
1055+ | ` disabled ` | boolean | ` false ` | Enable or disable user changes |
1056+ | ` index ` | ` null ` or number (integer) | ` null ` | Selected index |
1057+ | ` layout ` | reference to Layout widget | reference to new instance |
1058+ | ` orientation ` | string (one of ` 'horizontal' ` , ` 'vertical' ` ) | ` 'vertical' ` | Vertical or horizontal. |
1059+ | ` style ` | reference to DescriptionStyle widget | reference to new instance | Styling customizations |
1060+ | ` tabbable ` | ` null ` or boolean | ` null ` | Is widget tabbable? |
1061+ | ` tooltip ` | ` null ` or string | ` null ` | A tooltip caption. |
10611062
10621063### SelectModel (@jupyter-widgets/controls , 2.0.0); SelectView (@jupyter-widgets/controls , 2.0.0)
10631064
0 commit comments