I would like add checked
in a input type = "radio"
if a variable is true
. This is my simple code:
<input type="radio" <!-- here I need a checked: #{(myBean.variable == true) print(checked)}--> />
Thank you!
I would like add checked
in a input type = "radio"
if a variable is true
. This is my simple code:
<input type="radio" <!-- here I need a checked: #{(myBean.variable == true) print(checked)}--> />
Thank you!