checkされたら表示する

Filter Content

reset
#box01:has( input:checked) .flx div  {
	display: block;
}
     
etc:
#box02 form:has(input[value="etc"]:checked) #etc {
	display: block;
}