hyTags
HomeHome DocumentationDocumentation

selection-set-checked

Sets the checked state of the selected input element.
Parameter
Type
Description
value
Bool
True to check, false to uncheck
return
void
Void
Test Case:Set checkbox to checked
    <input type="checkbox">
    
    <selection-set-checked value="true">
    <selection-is-checked>
    <assert-true>
    
    👆 Try to change something!
  • Test succeeded Test failed