alexanderkiel / elm-mdc-alpha / Material.RadioButton

Radio buttons allow the user to select one option from a set.

View

view : List (Property msg) -> List (Html msg) -> Html msg

Renders a radio button without label. Childs are ignored.

Properties

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.