Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

toggle button

<button type="button" class="btn btn-primary" data-bs-toggle="button" autocomplete="off">Toggle button</button>
<button type="button" class="btn btn-primary active" data-bs-toggle="button" autocomplete="off" aria-pressed="true">Active toggle button</button>
<button type="button" class="btn btn-primary" disabled data-bs-toggle="button" autocomplete="off">Disabled toggle button</button>
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #toggle #button
ADD COMMENT
Topic
Name
6+4 =