From 9934739de1fdd1d222474b1dab93dc4c1bc869f3 Mon Sep 17 00:00:00 2001 From: DivadNojnarg Date: Sat, 23 Mar 2024 21:39:56 +0100 Subject: [PATCH] fix radio doc --- man/radio.Rd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/radio.Rd b/man/radio.Rd index 72df8ae7..ef7d5343 100644 --- a/man/radio.Rd +++ b/man/radio.Rd @@ -53,6 +53,14 @@ selected must be a numeric value corresponding to the index of the element to se \item{strong}{Strong style. Default to FALSE.} \item{session}{Shiny session object.} + +\item{...}{Choice content. Text is striped if too long.} + +\item{title}{Item title.} + +\item{subtitle}{Item subtitle.} + +\item{after}{Display at the right of title.} } \description{ \code{f7Radio} creates a radio button input.