shapelets.apps.DataApp.radio_group#
- DataApp.radio_group(options: Optional[List] = None, title: Optional[str] = None, label_by: Optional[str] = None, value_by: Optional[str] = None, value: Optional[Union[int, float, str, any]] = None, allow_multi_selection: Optional[bool] = None, **additional: object) RadioGroupWidget #
Creates a radio button group for displaying multiple choices and allows to select one value out of a set. param options: A list of items to be chosen. param title: String with the RadioGroup title. It will be placed on top of the RadioGroup. param label_by: Selects key to use as label. param value_by: Selects key to use as value. param value: Default value. param allow_multi_selection: Allows selecting multiple values. return RadioGroup