-
Notifications
You must be signed in to change notification settings - Fork 8
/
Bootstrap v4 - (Custom Forms) Custom - Radio.json
16 lines (16 loc) · 2.31 KB
/
Bootstrap v4 - (Custom Forms) Custom - Radio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "Custom - Radio",
"heading": "custom-radio",
"description": "For even more customization and cross browser consistency, use our completely custom form elements to replace the browser defaults. They\u2019re built on top of semantic and accessible markup, so they\u2019re solid replacements for any default form control.",
"usage": "Each checkbox and radio is wrapped in a for three reasons:\r\n\r\n It provides a larger hit areas for checking the control.\r\n It provides a helpful and semantic wrapper to help us replace the default s.\r\n It triggers the state of the automatically, meaning no JavaScript is required.\r\n\r\nWe hide the default with opacity and use the .custom-control-indicator to build a new custom form indicator in its place. Unfortunately we can\u2019t build a custom one from just the because CSS\u2019s content doesn\u2019t work on that element.\r\n\r\nWe use the sibling selector (~) for all our states\u2014like :checked\u2014to properly style our custom form indicator. When combined with the .custom-control-description class, we can also style the text for each item based on the \u2019s state.\r\n\r\nIn the checked states, we use base64 embedded SVG icons from Open Iconic. This provides us the best control for styling and positioning across browsers and devices.",
"snippet": "<label class=\"custom-control custom-radio\">\r\n <input id=\"radio1\" name=\"radio\" type=\"radio\" class=\"custom-control-input\">\r\n <span class=\"custom-control-indicator\"><\/span>\r\n <span class=\"custom-control-description\">Toggle this custom radio<\/span>\r\n<\/label>\r\n<label class=\"custom-control custom-radio\">\r\n <input id=\"radio2\" name=\"radio\" type=\"radio\" class=\"custom-control-input\">\r\n <span class=\"custom-control-indicator\"><\/span>\r\n <span class=\"custom-control-description\">Or toggle this other custom radio<\/span>\r\n<\/label>",
"url": "https:\/\/getbootstrap.com\/docs\/4.0\/components\/forms\/#custom-forms",
"type": "Custom Forms",
"library": "Bootstrap v4",
"created": "2017-11-01 00:00:00",
"modified": "2017-11-22 00:54:03",
"contributor_company": "Most Wanted Web Services, Inc.",
"contributor_name": "Steve Voorhees",
"contributor_email": "[email protected]",
"contributor_website": "https:\/\/mostwantedwebhosting.com"
}