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