Grouping checkbox

Developer
Size
1,964 Kb
Views
22,264

How do I make an grouping checkbox?

Grouping checkbox with days of week. What is a grouping checkbox? How do you make a grouping checkbox? This script and codes were developed by Yuvaraj Tana on 23 November 2022, Wednesday.

Grouping checkbox Previews

Grouping checkbox - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Grouping checkbox</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div>	<input type="checkbox" id="mon"/>	<label for="mon"><span>MON</span></label>	<input type="checkbox" id="tue"/>	<label for="tue" class="checkBoxGroup"><span>TUE</span></label>	<input type="checkbox" id="wed"/>	<label for="wed" class="checkBoxGroup"><span>WED</span></label>	<input type="checkbox" id="thu"/>	<label for="thu" class="checkBoxGroup"><span>THU</span></label>	<input type="checkbox" id="fri"/>	<label for="fri" class="checkBoxGroup"><span>FRI</span></label>	<input type="checkbox" id="sat"/>	<label for="sat" class="checkBoxGroup"><span>SAT</span></label>	<input type="checkbox" id="sun"/>	<label for="sun" class="checkBoxGroup"><span>SUN</span></label>	</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Grouping checkbox - Script Codes CSS Codes

body{ margin:100px;
}
div{	border: 1px solid #8C8C8C;	border-radius: 2px;	width: 245px;	}	input[type="checkbox"] {	display:none;	background-color:	}	input[type="checkbox"] + label span{ display: inline-block; font-size: 10px;	font-weight: bold;	border-right: 1px solid #C5C4C4;	background-color: rgb(215, 215, 215);	padding: 10px 7px 7px 7px;	}	input[type="checkbox"]:checked + label span { background-color: #A6A5A5;	}	span{	display: inline-block;	width: 20px;	height: 12px;	}	.checkBoxGroup{	margin-left: -4px;	}

Grouping checkbox - Script Codes JS Codes

$(function(){
});
Grouping checkbox - Script Codes
Grouping checkbox - Script Codes
Home Page Home
Developer Yuvaraj Tana
Username YuvarajTana
Uploaded November 23, 2022
Rating 3
Size 1,964 Kb
Views 22,264
Do you need developer help for Grouping checkbox?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Yuvaraj Tana (YuvarajTana) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!