Radio button props

Beside the Common properties, this element contains following:

Content

This property is used to set the text beside the radio button.

Type

This property is used to set the type of the checkbox input. It can be either checkbox or radio.

Learn more about Checkbox

Learn more about Radio button

Disabled

This property is used to set the radio button to be disabled. It can be either true or false.

Checked

This property is used to set the radio button to be checked by default, or not. It can be either true or false.

Last updated