• Overview
@angular/aria/radio-group

RadioButton

directive

A selectable radio button in a RadioGroup.

API

    
      class RadioButton<V> {}
    
    

id

any

A unique identifier for the radio button.

value

any

The value associated with the radio button.

group

any

The parent RadioGroup UIPattern.

element

any

A reference to the radio button element to be focused on navigation.

disabled

any

Whether the radio button is disabled.

selected

any

Whether the radio button is selected.

Jump to details