DomCheckedInputProps
Checked-shaped surface for checkbox controls.
Extends
Section titled “Extends”Properties
Section titled “Properties”aria-describedby?
Section titled “aria-describedby?”
optionalaria-describedby?:string
Inherited from
Section titled “Inherited from”DomInputBaseProps.aria-describedby
aria-invalid?
Section titled “aria-invalid?”
optionalaria-invalid?:boolean
Inherited from
Section titled “Inherited from”DomInputBaseProps.aria-invalid
aria-required
Section titled “aria-required”aria-required:
boolean
Inherited from
Section titled “Inherited from”DomInputBaseProps.aria-required
checked
Section titled “checked”checked:
boolean
disabled
Section titled “disabled”disabled:
boolean
Inherited from
Section titled “Inherited from”id:
string
Inherited from
Section titled “Inherited from”name:
string
Inherited from
Section titled “Inherited from”placeholder?
Section titled “placeholder?”
optionalplaceholder?:string
Inherited from
Section titled “Inherited from”Methods
Section titled “Methods”onBlur()
Section titled “onBlur()”onBlur():
void
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”onChange()
Section titled “onChange()”onChange(
event):void
Parameters
Section titled “Parameters”target
Section titled “target”{ checked: boolean; }
target.checked
Section titled “target.checked”boolean
Returns
Section titled “Returns”void