f7GroupInput: Framework7 group input

View source: R/f7-inputs.R

f7GroupInputR Documentation

Framework7 group input

Description

Useful to create f7Radio and f7CheckboxGroup.

Usage

f7GroupInput(type, inputId, label, choices, selected, position, style)

Arguments

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. "left" or "right".

style

Input style. Inherit from f7List options such as outline, inset, strong and dividers.


shinyMobile documentation built on Oct. 5, 2024, 1:07 a.m.