f7GroupInput | R Documentation |
Useful to create f7Radio
and f7CheckboxGroup.
f7GroupInput(type, inputId, label, choices, selected, position, style)
inputId |
Input id. |
label |
Input label |
choices |
List of choices. Can be a simple vector or named list or a list of f7RadioChoice or f7CheckboxChoice |
selected |
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. |
position |
Check mark side.
|
style |
Input style. Inherit from f7List options such as outline, inset, strong and dividers. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.