Forms Bootstrap 5Free+ CSS+ JS
Add a form to your UI with Disabled radio button and tooltip design | UI Design. Free Bootstrap 5 code — HTML, CSS & JS ready to copy, MIT licensed.
2.3k views18 downloads
gosnippets.com/preview/disabled-radio-button-and-tooltip-design-|-ui-design
Source Code
1<div class="box">
2
3 <p>Choose your deployment</p>
4
5 <label class="container">Cloud
6 <input type="radio" name="radio">
7 <span class="checkmark"></span>
8 </label>
9
10 <label class="container">Data Center
11 <input type="radio" checked="checked" name="radio">
12 <span class="checkmark"></span>
13 </label>
14
15 <label class="container" id="disabled">
16 <span class="label">Server</span>
17 <input class="disabled" type="radio" name="radio" disabled>
18 <span class="checkmark"></span>
19 <span class="tooltiptext">
20 Server is no longer available for this product. <a>Learn why</a>
21 </span>
22 </label>
23
24</div>More Forms snippets

Bootstrap 5 simple login form with social login
Free Bootstrap 5 form snippet — Bootstrap 5 simple login form with social login. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
FormsView →

Bootstrap 5 Login Form UI Design snippets
Bootstrap 5 Login Form UI Design snippets: a hand-crafted, open-source Bootstrap 5 form. HTML & CSS included, ready to copy.
FormsView →

Bootstrap 5 Fancy user login form snippets
Free Bootstrap 5 form snippet — Bootstrap 5 Fancy user login form snippets. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
FormsView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.