Preview:
/* PINK (Radio 1개) Checked 설정 */
$('#rdPink').prop('checked', true);

/* PINK (Radio 1개) Checked 해제 */
$('#rdPink').prop('checked', false);

/* PINK (Radio 1개) 상태 반전 */
$('#rdPink').prop('checked', !$('#rdPink').prop('checked'));
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter