Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html code for list box with checkbox

HTML

  <ul role="listbox" tabindex="0" aria-label="email list">
      <li tabindex="-1" role="option" aria-checked="false">
          <input tabindex="-1" type="checkbox">Important information about your account
      </li>
      ...
  </ul>
Source by a11y-guidelines.orange.com #
 
PREVIOUS NEXT
Tagged: #html #code #list #box #checkbox
ADD COMMENT
Topic
Name
9+2 =