Company Ltd
Pages
Page 1
Page 2
Page 3
Comps
Hero layout
Navigation
Text
Features
Testimonials
Team
Pricing
Contact form
Footer
Elems
Grid
Horizontal container
Button
Image Shaper
Feature
Icon
Text
Contact form
CSS Comps
Landing page
Blog
Footer
Working on
CSS Elems
Buttons
Buttons with icons
Buttons icons only
Input text
Select
Checkbox
Radio
File upload
Textarea
Range
Input group
Icons
Alert
Pagination
CSS Utils
Fonts
Colors
Shadows
Background pattern
Typography
Radio
Radio
Label A
Label B
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('flex flex-col') ?>"> <label class="<?== c('flex items-center') ?>"> <input type="radio" class="<?== c('radio-xs-action') ?>" name="radioButtonName_a4qiQlfl" checked> <div class="<?== c('ml-8') ?>">Label A</div> </label> <label class="<?== c('flex items-center mt-8') ?>"> <input type="radio" class="<?== c('radio-xs-action') ?>" name="radioButtonName_a4qiQlfl"> <div class="<?== c('ml-8') ?>">Label B</div> </label> </div> <? c.flush(response); ?>
Radio with input
<? var c = require('/apps/utils/tailwindlang').init(f); ?> <div class="<?== c('flex items-center') ?>"> <label class="<?== c('flex items-center') ?>"> <input type="radio" class="<?== c('radio-xs-action mr-8') ?>" name="radioButtonName_lflG9w31" checked> </label> <input type="text" class="<?== c('input-xs') ?>" placeholder="Placeholder"> </div> <div class="<?== c('flex items-center mt-8') ?>"> <label class="<?== c('flex items-center') ?>"> <input type="radio" class="<?== c('radio-s-action mr-8') ?>" name="radioButtonName_lflG9w31"> </label> <input type="text" class="<?== c('input-s') ?>" placeholder="Placeholder"> </div> <div class="<?== c('flex items-center mt-8') ?>"> <label class="<?== c('flex items-center') ?>"> <input type="radio" class="<?== c('radio-m-action mr-8') ?>" name="radioButtonName_lflG9w31"> </label> <input type="text" class="<?== c('input-m') ?>" placeholder="Placeholder"> </div> <div class="<?== c('flex items-center mt-8') ?>"> <label class="<?== c('flex items-center') ?>"> <input type="radio" class="<?== c('radio-l-action mr-12') ?>" name="radioButtonName_lflG9w31"> </label> <input type="text" class="<?== c('input-l') ?>" placeholder="Placeholder"> </div> <div class="<?== c('flex items-center mt-8') ?>"> <label class="<?== c('flex items-center') ?>"> <input type="radio" class="<?== c('radio-xl-action mr-16') ?>" name="radioButtonName_lflG9w31"> </label> <input type="text" class="<?== c('input-xl') ?>" placeholder="Placeholder"> </div> <? c.flush(response); ?>