Theme

Interview track

API reference: <cad-radio>

checkedcheckedbooleanfalsedisableddisabledbooleanfalsehinthintstring''labellabelstring''namenamestring''requiredrequiredbooleanfalsetonetoneCadRadioTone'blue'valuevaluestring'on'checkedbooleancheckedyesdisabledbooleandisabledyeshintstringhintnolabelstringlabelnonamestringnameyesrequiredbooleanrequiredyestoneCadRadioTonetoneyesvaluestringvaluenoinputEventFired when the user selects the radio.changeEventFired after the selected state changes.labelVisible control label. Falls back to the `label` attribute.hintSupporting text. Falls back to the `hint` attribute.baseNative label wrapping the control.controlNative radio input.dotSelected indicator.hintSupporting text.labelVisible label.ringHand-drawn radio frame.--cad-radio-bgPer-instance selected background.--cad-radio-inkPer-instance control color.

Keyboard and validation

Arrow keys move and select among enabled options. If any radio is required, the group is invalid until one is selected.

Back to top