Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Tailwind CSS radio

<div class="flex items-center mb-4">
    <input id="default-radio-1" type="radio" value="" name="default-radio" class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600">
    <label for="default-radio-1" class="ml-2 text-sm font-medium text-gray-900 dark:text-gray-300">Default radio</label>
</div>
<div class="flex items-center">
    <input checked id="default-radio-2" type="radio" value="" name="default-radio" class="w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600">
    <label for="default-radio-2" class="ml-2 text-sm font-medium text-gray-900 dark:text-gray-300">Checked state</label>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: tumbnail html 
Html :: change color on the same string html 
Html :: ico html 
Html :: facebook seo meta tags 
Html :: meta name viewport 
Html :: Send a SMS Text From A Link - the new code 
Html :: am pm time html javascript 
Html :: google logo link 
Html :: html link favicon 
Html :: koa get url params 
Html :: background music html autoplay hidden 
Html :: google translate for website html code 
Html :: bootstrap latest version cdn 
Html :: how to program a button to work in javascript 
Html :: angularjs href variable 
Html :: html type file extension 
Html :: swiper js arrows 
Html :: html ordered list 
Html :: thymeleaf import in html 
Html :: html video play pause 
Html :: html format date 
Html :: non editable text field 
Html :: Responsive container centered 
Html :: tailwind download button 
Html :: How to prevent Netlify from treating warnings as errors because process.env.CI = true? 
Html :: html how to insert image 
Html :: 0 
Html :: button float right 
Html :: input submit icon 
Html :: html link to download file 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =