<cla-radio>

Radio component.

Usage

Properties

PropertyRequiredDescriptionTypeDefault
blockfalseWhether to use the block style variant of the radio.booleannull
checkedfalseIs it Checked ?booleanfalse
disabledfalseWhether the radio is disabled.booleanfalse
invertedfalseWhether to use the inverted variant of the radio.booleannull
largefalseWhether to use the large variant of the radio.booleannull
namefalseThe radio ID & namestringnull
valuefalseThe radio valueanynull

Slots

SlotDescription
anyAllows label content

Events

EventDescriptionType
selectedEmitted when the radio is selected.
unselectedEmitted when the radio is unselected.