Radio buttons allow the user to select one option from a set.
view : List (Property msg) -> List (Html msg) -> Html msg
Renders a radio button without label. Childs are ignored.
checked : Basics.Bool -> Property msg
Indicates whether a radio button is checked.
disabled : Basics.Bool -> Property msg
Indicates whether the user can interact with a radio button.