Useful to create f7Radio
and f7CheckboxGroup.
f7GroupInput(type, inputId, label, choices, selected, position, style)
Input id.
Input label
List of choices. Can be a simple vector or named list or a list of f7RadioChoice or f7CheckboxChoice
Selected element. NULL by default. If you pass f7RadioChoice or f7CheckboxChoice in choices, selected must be a numeric value corresponding to the index of the element to select.
Check mark side.
"left"
or "right"
.
Input style. Inherit from f7List options such as outline, inset, strong and dividers.