Methods
-
build()
-
Build DOM structure.
-
focus()
-
Focus element.
-
isChecked(){boolean}
-
Check if radio button is checked.
Returns: {boolean}
-
setChecked(value)
-
Set input checked attribute.
Parameters:
Name Type Default Description value
boolean true Set the component state.
-
update()
-
Update element.