Add the below css to get the Check box aligned to Text
input[type="radio"] {
margin-top: -2px;
vertical-align: middle;
}
Add the below css to get the Check box aligned to Text
input[type="radio"] {
margin-top: -2px;
vertical-align: middle;
}