Create a styled radio button using Designsystemet styles.
Arguments
- inputId
The input slot for Shiny reactivity
- label
The radio button label
- value
The value for this radio button
- name
The name grouping radio buttons together
- checked
If TRUE, this radio is initially selected
- size
Size variant ("sm", "md", "lg")
- disabled
If TRUE, disables the radio button
- ...
Additional attributes