htmlintermediatemit
Radio Card
A selectable pricing card controlled by a radio.
2.2k1.5k374304
About this module
A larger radio option rendered as a card with title, subtitle and a corner radio indicator.
#radio#card#pricing
Source code
Installation
- 1
Create the files
Create `index.html`, `style.css` and (if listed) `script.js` in the same folder.
- 2
Paste the code
Copy each file's source into its matching file.
- 3
Open in the browser
Open `index.html` in any modern browser. No dependencies required.
Usage
- 1
Copy the HTML
Paste the markup where you need it.
<link rel="stylesheet" href="style.css" /> <label class="mh-radio mh-radio-card"> <input type="radio" name="mh-tier" checked /> <span class="mh-card-body"> <span class="mh-title">Pro</span> <span class="mh-sub">For growing teams</span> <span class="mh-dot"></span> </span> </label> <label class="mh-radio mh-radio-card"> <input type="radio" name="mh-tier" /> <span class="mh-card-body"> <span class="mh-title">Scale</span> <span class="mh-sub">For large orgs</span> <span class="mh-dot"></span> </span> </label>