Checkbox props

Beside the Common properties, this element contains following:

Content

This property is used to set the text beside the checkbox.

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

Disabled

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

Checked

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

Last updated