I currently have a rails check_box_tag call that looks like
check_box_tag #{name}
I want to include a checked attribute, which I know I can do
Just wanted to update this. The third parameter for check_box_tag is a boolean value representing the checked status.
check_box_tag
check_box_tag name, value, true